home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 033a / sfa.zip / SFA.DOC next >
Text File  |  1991-10-14  |  5KB  |  132 lines

  1.  ****************************************************************************
  2.  **                  Documentation File for  SFA.EXE                       **
  3.  **                        (for Opus 1.7x or above)                        **
  4.  **   Written by Gianfranco "Frankie" Lanzilli for his Boss Alberto Enna   **
  5.  ** ]\/[imac Opus BBs - +39-6-2751446 - 2:335/12@fidonet.org - Roma, Italy **
  6.  **            Typewritten documentation by Alberto "Alby" Enna            **
  7.  ****************************************************************************
  8.  
  9.  
  10.  
  11. THE IDEA
  12.  
  13. When Opus 1.7x came out, with the new FILESBBS.DAT data base was "discovered"
  14. one of most interesting features of such structure: to let  each one file in
  15. particular Area have an own privilege for Download, not only the AREA one...!
  16. With OPUS-FAM it's a joke, now, to  set right privileges  for each file...but
  17. it's very "tedious" to do it with a large amount of Files.
  18. The IDEA was growing up...and NOW here's the right answer: SFA.EXE.
  19.  
  20.  
  21. WHAT IT DOES
  22.  
  23. The GOAL is  to change the privilege for all files (or someone) in a  desired
  24. Area.
  25. When changes are made to BBS.CTL file for the Download/Access Privilege, in a
  26. particular Area, old privileges aren't changed , by NACL .  So, you must give
  27. the new  privilege to each file in that  Area, i.e. with  OPUS-FAM , or other
  28. file managers.
  29.                        >> Here is why SFA <<
  30.  
  31. The program  itself is very "easy_to_launch"... It requires no  configuration
  32. file , as the only setting it wish is the name and path of  the FILESBBS.DAT.
  33. When you type on command line SFA.EXE it prompts for the pathname , and  that
  34. is the only thing you have to do!
  35. The path is setted directly at the end of esecutable, so you can put it in  a
  36. Directory of your choice , and not only in the OPUS one.
  37. In case you remove FILESBBS.DAT from its original directory, you'll  probably
  38. have troubles... NO PROBLEM AT ALL...  Just take again your Original  package
  39. SFA.ARJ, and re-extract SFA.EXE, and re-do the Installation!
  40.  
  41. ****** V.I.A. ******  (Very Important Advise)
  42.  
  43. The reason why this method is to better ensure all Sysops that have a lot  of
  44. configuration files, and get mad to follow each one, at time!
  45. To have a few program in executable form, compressed at well with PKLITE (C.)
  46. and best performances, Frankie found this way to operate.
  47.  
  48. ********************
  49.  
  50.  
  51.  
  52. HOW TO OPERATE
  53.  
  54. When you run SFA from command line, with no parameters,  you'll see something
  55. like this:
  56.  
  57.  
  58. Usage:  SFA <AreaNumber> <PrivilegeFrom> <PrivilegeTo>
  59.  
  60.  If the download privilege of a file in area <AreaNumber> is <PrivilegeFrom>,
  61.  then it is set to <PrivilegeTo>.
  62.  
  63.  <AreaNumber> must be an INTEGER value in the range: 0 .. 65535.
  64.  
  65.  Possible values for <PrivilegeFrom> and <PrivilegeTo> are:
  66.    Twit       Limited     Worthy      Favored     Clerk       Sysop
  67.    Disgrace   Normal      Privil      Extra       AsstSysop   Hidden
  68.  
  69.  **** Yet another Frankie's production, 1991 ****
  70.  
  71. This is a sel-explained Help, and no other words are spent to comment it.
  72. Try yourselves, and you'll find it very simple to use...!
  73.  
  74. EXAMPLES
  75.  
  76. To change the privilege from EXTRA to NORMAL for all files in Area 1:
  77.  
  78.     SFA 1 Extra Normal
  79.  
  80. If you desire have a log of all jobs, you can use the DOS redirection:
  81.  
  82.     SFA 1 Privil Sysop > SFA.LOG
  83.  
  84.  
  85. Is that enough...?  Hope yes!
  86.  
  87.  
  88.  
  89. THE SOURCE
  90.  
  91. We've included in the package the Source file,  in Turbo Pascal v5.5,  as for
  92. all the other little routines  that we've developed in the past.  This is our
  93. way-to-operate,  and be sure  that's the best way  to develop in programming.
  94. Examine it, and let's Frankie have a feed-back, if you retain...
  95.  
  96.  
  97.  
  98. SHAREWARE
  99.  
  100. This program is distributed  under the common ShareWare spirit. No rights, no
  101. payments, no registrations are required.
  102. Please do use it only in a non-commercial environment,  and freely distribute
  103. it and leave online on your Boards.
  104.  
  105.  
  106.  
  107. PSEUDO-REGISTRATION
  108.  
  109. If you are satisfied with this program, and wish to contact us,  you are very
  110. kindly welcome!!  Our Netmail address is  @2:335/12.0fidonet.org,  and a POST
  111. CARD from your country will be very appreciated!...  If you wish, please post
  112. your cards to the ]\/[imac Crew, at following addresses:
  113.  
  114.     The Author              The masher                     The MUS
  115. -----------------------------------------------------------------------------
  116. Gianfranco Lanzilli        Alberto Enna                  Stefano Toparini
  117. Via San Siricio , 5        Via Dameta , 15               Via E. Rossi , 12
  118. 00199 ROMA -  ITALY        00155 ROMA - ITALY            00155 ROMA - ITALY
  119. -----------------------------------------------------------------------------
  120.  
  121. We'll so be able to see your town  by that Post Card,  and remember  that our
  122. effort is arrived there...  This is the *only* thing we ask for,  and hope to
  123. receive many and many Post Cards from you!
  124. That's a form of Pseudo-registration, and hope you'll let's have a feed-back,
  125. so to permit us to contact all Opus Sysops in the next future, and for future
  126. projects.
  127.  
  128. Have a nice work.
  129.  
  130.  **************************************************************** End of File
  131. 
  132.